Calendar for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / IsReadOnlyStyle Property

In This Topic
    IsReadOnlyStyle Property (InputTextBoxElementBase<T>)
    In This Topic
    Returns the actual state ReadOnly of the embedded text box control to correctly define its style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnlyStyle As Boolean
    public bool IsReadOnlyStyle {get;}
    See Also